Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
instruction mnemonic
A word or acronym used in assembly language to
represent a binary machine instruction operation code.
Different processors have different instruction sets and
therefore use a different set of mnemonics to represent
them.
E.g. ADD, B (branch), BLT (branch if less than), SVC, MOVE,
LDR (load register).
(1997-02-18)